* NEWS: `file-remote-p' has a new optional parameter IDENTIFICATION.
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 17 Jul 2007 21:34:31 +0000 (21:34 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 17 Jul 2007 21:34:31 +0000 (21:34 +0000)
etc/ChangeLog
etc/NEWS

index a27fc1ee3cb3ec4072871a1053a0c76ec6c8cd73..da57e3219b974f1ed8491ab8bd6942ba78392c22 100644 (file)
@@ -1,3 +1,7 @@
+2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
+
+       * NEWS: `file-remote-p' has a new optional parameter IDENTIFICATION.
+
 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
 
        * NEWS: Revert revision 1.1509 (commitid xdXJjPiU1ZfI9Fps), which
index 6b21ba4eb1a71db9ec3bb015db123f0323b7390a..84abb56e56acbbb60cfeae3ea2269f35aa51f2c1 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -150,7 +150,7 @@ supported on other platforms, but not on Windows due to using the winsock
 \f
 * Lisp Changes in Emacs 23.1
 
-+++ 
++++
 ** In `condition-case', a handler can specify "let the debugger run first".
 
 You do this by writing `debug' in the list of conditions to be handled,
@@ -180,9 +180,10 @@ but obeys file handlers.  The file handler is chosen based on
 `default-directory'.
 
 +++
-** `file-remote-p' has a new optional parameter CONNECTED.
-With this paramter passed non-nil, it is checked whether a remote
-connection has been established already.
+** `file-remote-p' has new optional parameters IDENTIFICATION and CONNECTED.
+IDENTIFICATION specifies which part of the remote identifier has to be
+returned.  With CONNECTED passed non-nil, it is checked whether a
+remote connection has been established already.
 
 ** The two new functions `looking-at-p' and `string-match-p' can do
 the same matching as `looking-at' and `string-match' without changing